-
Notifications
You must be signed in to change notification settings - Fork 978
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support for Latvian eID Eparaksts #3826
Conversation
martinsc seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3826 +/- ##
==========================================
- Coverage 78.17% 78.05% -0.12%
==========================================
Files 362 361 -1
Lines 25433 25355 -78
==========================================
- Hits 19881 19791 -90
- Misses 4030 4046 +16
+ Partials 1522 1518 -4 ☔ View full report in Codecov by Sentry. |
This change is the implementation of Latvian electronic ID provider eParaksts. It features two authentication methods and two identity providers (implemented in a single file) eparaksts - authentication with ID card and card reader, eparaksts-mobile - with eParaksts mobile app
Eparaksts developer documentation here.
I have read, but not following commit prefixes, let me know if this is a showstopper.
I haven`t created a design document as this seems like a straightforward implementation.
Fixes #3859
Configuration needed for this identity provider:
scope: "urn:lvrtc:fpeil:aa"
issuerURL: "https://eidas.eparaksts.lv"
Let us know whan needs to be added./changed/
Checklist
introduces a new feature.
contributing code guidelines.
vulnerability. If this pull request addresses a security vulnerability, I
confirm that I got the approval (please contact
[email protected]) from the maintainers to push
the changes.
works.